Sent when an accessibility client requests the name
of the control, or the name of a child of the control.
<p>
Return the name of the control or specified child in the
<code>result</code> field of the event object. Returning
an empty string tells the client that the control or child
does not have a name, and returning null tells the client
to use the platform name.
</p>
@param e an event object containing the following fields:<ul>
<li>childID IN - an identifier specifying the control or one of its children</li>
<li>result OUT - the requested name string, or null</li>
</ul>
Sent when an accessibility client requests the name of the control, or the name of a child of the control. <p> Return the name of the control or specified child in the <code>result</code> field of the event object. Returning an empty string tells the client that the control or child does not have a name, and returning null tells the client to use the platform name. </p>
@param e an event object containing the following fields:<ul> <li>childID IN - an identifier specifying the control or one of its children</li> <li>result OUT - the requested name string, or null</li> </ul>