Retrieves the underlying HTML peer element for this class.
final public IUnknown getPeer()
Returns the element peer underlying the HTML peer for this class.
This method can return null if the event is not bound to the document. Java code that is running in a trusted environment can freely cast the resulting reference to a specific element peer type (for example, com.ms.wfc.html.om.IHTMLEventObj). This method always returns null if the code is running in a Web server environment.
Note Calling this method represents an advanced usage scenario. Typically, you would never use this method.