| Visual Basic (Declaration) | |
|---|---|
Protected Overrides Sub OnItemCommand( _ ByVal e As DataGridCommandEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LiveDataGrid Dim e As DataGridCommandEventArgs instance.OnItemCommand(e) | |
| C# | |
|---|---|
protected override void OnItemCommand( DataGridCommandEventArgs e ) | |
| C++/CLI | |
|---|---|
protected: void OnItemCommand( DataGridCommandEventArgs^ e ) override | |
Parameters
- e
Target Platforms: Microsoft .NET Framework 2.0