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