[]
Represents the method that will handle a CommandLinkAdded or CommandLinkRemoved event.
public delegate void CommandLinkEventHandler(object sender, CommandLinkEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
CommandLinkEventArgs | e | A CommandLinkEventArgs object that contains the event data. |
Name | Description |
---|---|
CommandLinkEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, CommandLinkEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, CommandLinkEventArgs) |