GOA - System.EventHandler

EventHandler Delegate


Represents the method that will handle the event that has no event data.

Definition

public delegate void EventHandler( Object sender,
                                   EventArgs e );

Parameters

senderThe source of the event.
System.Object
eAn EventArgs that contains the event data.
System.EventArgs

Delegate Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.