ToolCreatedEventArgs Class
Represents event arguments for the tool created event in the rehosted toolbox.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
System::EventArgs
System.Windows::RoutedEventArgs
System.Activities.Presentation.Toolbox::ToolCreatedEventArgs
| Name | Description | |
|---|---|---|
![]() | Components | Returns the components to be included in the tool creation event in the rehosted toolbox. |
![]() | Handled | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Inherited from RoutedEventArgs.) |
![]() | OriginalSource | Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.(Inherited from RoutedEventArgs.) |
![]() | RoutedEvent | Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Inherited from RoutedEventArgs.) |
![]() | Source | Gets or sets a reference to the object that raised the event. (Inherited from RoutedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The event arguments contain data about the event that is passed to the ToolCreatedEventHandler.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

