SPRibbonPostBackCommand Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPRibbonPostBackCommand class.
Overload List
Name | Description | |
---|---|---|
SPRibbonPostBackCommand(String, IPostBackEventHandler) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command and event handler. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, []) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, and event arguments. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, and ECMA script. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, [], String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event arguments, and ECMA script. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String, []) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event, and event arguments. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String, [], String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event, event arguments, and ECMA script. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String, [], [], String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event, event arguments, known types that may be present in the object graph. and ECMA script. |
Top