EventHandlersActivity 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 EventHandlersActivity class.
Overloads
EventHandlersActivity() |
Initializes a new instance of the EventHandlersActivity class. |
EventHandlersActivity(String) |
Initializes a new instance of the EventHandlersActivity class by using the name of the activity. |
EventHandlersActivity()
Initializes a new instance of the EventHandlersActivity class.
public:
EventHandlersActivity();
public EventHandlersActivity ();
Public Sub New ()
See also
Applies to
EventHandlersActivity(String)
Initializes a new instance of the EventHandlersActivity class by using the name of the activity.
public:
EventHandlersActivity(System::String ^ name);
public EventHandlersActivity (string name);
new System.Workflow.Activities.EventHandlersActivity : string -> System.Workflow.Activities.EventHandlersActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.