MouseActionEventArgs.ActionRequest Property

Definition

Gets or sets the action to take at the end of the MouseAction event. Setting this property allows you to prematurely complete, prematurely cancel, or prolong a mouse action.

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::ActionRequest ActionRequest { Microsoft::VisualStudio::Modeling::Diagrams::ActionRequest get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::ActionRequest value); };
public Microsoft.VisualStudio.Modeling.Diagrams.ActionRequest ActionRequest { get; set; }
member this.ActionRequest : Microsoft.VisualStudio.Modeling.Diagrams.ActionRequest with get, set
Public Property ActionRequest As ActionRequest

Property Value

Applies to