MouseActionEventArgs.ActionRequest Property
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.
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