public class CommandExecuteEventArgs : EventArgs
Public Class CommandExecuteEventArgs
Inherits EventArgs
CommandExecuteEventArgs(String) | Class constructor. |
CommandExecuteEventArgs(String, Object) | Class constructor. |
CommandName | Name of the execution command. |
CommandParameter | Command execution parameter. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |