The following tables list the members exposed by ForcedEventHandlerForControl<TEventArgs>.
Name | Description | |
---|---|---|
ForcedEventHandlerForControl<TEventArgs> Constructor | Overloaded. |
Name | Description | |
---|---|---|
_control | The control who's thread we will use for the invoke (Inherited from CSharpTest.Net.Delegates.EventHandlerForControl<TEventArgs>) | |
_delegate | The delegate to invoke on the control (Inherited from CSharpTest.Net.Delegates.EventHandlerForControl<TEventArgs>) |
Name | Description | |
---|---|---|
EventHandler | Handles the 'magic' of safely invoking the delegate on the control without producing a dead-lock. (Inherited from CSharpTest.Net.Delegates.EventHandlerForControl<TEventArgs>) |
Name | Description | |
---|---|---|
OnControlDisposed | Overridden. Handle the case when the control is not valid |