CommandAction Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the command action.
'Declaration
Public Property CommandAction As Action(Of Object)
public Action<object> CommandAction {get; set;}
public:
property Action<Object^>^ CommandAction {
Action<Object^>^ get();
void set ( Action<Object^>^ value);
}