CSharpTest.Net
CSharpTest.Net.Delegates Namespace
See Also  Inheritance Hierarchy Send Feedback Download Help File
CSharpTest.Net.Library Assembly : CSharpTest.Net.Delegates Namespace

Glossary Item Box

Classes

 ClassDescription
ClassEventHandlerForActiveControl<TEventArgs> This derivation of EventHandlerForControl<TEventArgs> will simply ignore the call if the control's handle is not at the time the delegate is invoked.
ClassEventHandlerForControl<TEventArgs> Provies a wrapper type around event handlers for a control that are safe to be used from events on another thread. If the control is not valid at the time the delegate is called an exception of type ObjectDisposedExcpetion will be raised.
ClassForcedEventHandlerForControl<TEventArgs> This derivation of EventHandlerForControl<TEventArgs> will directly call the delegate on the current thread if the control's handle is not valid rather than raising the ObjectDisposedExcpetion.
ClassTimeoutAction Provides scheduling a single-fire event at some duration into the future. The operation is performed once either when the duration expires, or when this object is disposed or collected.

See Also

Generated with Document! X 2011 by Innovasys