[To be supplied.]
The following declaration shows the syntax for a method that handles the CancelCommand event.
[Visual Basic] Protected Sub DataListName_CancelCommand( _ ByVal sender As Object, _ ByVal e As DataListCommandEventArgs _ ) [C#] protected void DataListName_CancelCommand( object sender, DataListCommandEventArgs e ); [C++] protected: void DataListName_CancelCommand( Object* sender, DataListCommandEventArgs* e ); [JScript] protected DataListName_CancelCommand( sender : Object, e : DataListCommandEventArgs );
Property | Description |
---|---|
|
|
|
DataList Class | DataList MembersTopic | System.Web.UI.WebControls Namespace