WebPartVerbsEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WebPartVerbsEventArgs class.
Overloads
WebPartVerbsEventArgs() |
Initializes a new instance of the WebPartVerbsEventArgs class. |
WebPartVerbsEventArgs(WebPartVerbCollection) |
Initializes a new instance of the WebPartVerbsEventArgs class using the specified Web Parts verb collection. |
WebPartVerbsEventArgs()
Initializes a new instance of the WebPartVerbsEventArgs class.
public:
WebPartVerbsEventArgs();
public WebPartVerbsEventArgs ();
Public Sub New ()
Remarks
This is the parameterless constructor and it creates an empty object.
Applies to
WebPartVerbsEventArgs(WebPartVerbCollection)
Initializes a new instance of the WebPartVerbsEventArgs class using the specified Web Parts verb collection.
public:
WebPartVerbsEventArgs(System::Web::UI::WebControls::WebParts::WebPartVerbCollection ^ verbs);
public WebPartVerbsEventArgs (System.Web.UI.WebControls.WebParts.WebPartVerbCollection verbs);
new System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs : System.Web.UI.WebControls.WebParts.WebPartVerbCollection -> System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs
Public Sub New (verbs As WebPartVerbCollection)
Parameters
- verbs
- WebPartVerbCollection
A Web Parts verb collection.
Remarks
When using this constructor, the Verbs property is set to the Web Parts verb collection specified in the verbs
parameter.