Name | Description | |
---|---|---|
NButtonBaseCommandSource Constructor | Overloaded. |
The following tables list the members exposed by NButtonBaseCommandSource.
Name | Description | |
---|---|---|
NButtonBaseCommandSource Constructor | Overloaded. |
Name | Description | |
---|---|---|
CommandParameterProperty | Reference to the CommandParameter property | |
NButtonBaseCommandSourceSchema | Schema associated with NButtonBaseCommandSource |
Name | Description | |
---|---|---|
CommandParameter | Get or sets the command paramter that is associated with this source. |
Name | Description | |
---|---|---|
AttachToSource | Overridden. Attaches the command source to the specified element | |
DetachFromSource | Overridden. Detaches the command source to the specified element | |
GetUpdateMask | Overridden. Gets the mask that defines the aspects of the owner element that need to be updated at update timer ticks and after command execution. | |
OnButtonClick | Called when the owner button has been clicked. Calls the ExecuteCommand method with the command parameter associated with this command action, which is by default NCommandAction.EmptyParamter. |