[]
Creates a new object with the CreateButton event arguments.
public CreateButtonEventArgs(string label, string command, bool disabled)
Public Sub New(label As String, command As String, disabled As Boolean)
Type | Name | Description |
---|---|---|
string | label | Text that displays in the command button as the label |
string | command | Command to perform |
bool | disabled | Whether the command button is unavailable |