Click or drag to resize

DynamicEventHandler Properties

The DynamicEventHandler type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedObject
Gets the Object to which the event handler is attached.
Public propertyEventHandler
Gets the event handler that handles the event
Public propertyEventName
Gets the name of the event
Public propertyIsDisposed
Gets a value indicating if the object has been disposed or not
(Inherited from DisposableBase.)
Top
See Also