編集

次の方法で共有


Activity.RaiseEvent(DependencyProperty, Object, EventArgs) Method

Definition

Raises an Event associated with the specified dependency property.

protected public:
 void RaiseEvent(System::Workflow::ComponentModel::DependencyProperty ^ dependencyEvent, System::Object ^ sender, EventArgs ^ e);
protected internal void RaiseEvent(System.Workflow.ComponentModel.DependencyProperty dependencyEvent, object sender, EventArgs e);
member this.RaiseEvent : System.Workflow.ComponentModel.DependencyProperty * obj * EventArgs -> unit
Protected Friend Sub RaiseEvent (dependencyEvent As DependencyProperty, sender As Object, e As EventArgs)

Parameters

dependencyEvent
DependencyProperty

The DependencyProperty associated with this Event.

sender
Object

The Object source of the Event.

e
EventArgs

The EventArgs associated with the Event.

Applies to