Activity::RaiseGenericEvent<T> Method (DependencyProperty^, Object^, T)
.NET Framework (current version)
Raises the event associated with the referenced DependencyProperty.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public protected: generic<typename T> where T : EventArgs void RaiseGenericEvent( DependencyProperty^ dependencyEvent, Object^ sender, T e )
Parameters
- dependencyEvent
-
Type:
System.Workflow.ComponentModel::DependencyProperty^
The DependencyProperty associated with this Event.
- sender
-
Type:
System::Object^
The Object source of the event.
Type Parameters
- T
The specified type.
.NET Framework
Available since 3.0
Available since 3.0
Show: