Alerts listeners that the user has clicked the mouse.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overridable Sub OnClicked ( _
e As MouseActionEventArgs _
)
'使用
Dim e As MouseActionEventArgs
Me.OnClicked(e)
protected virtual void OnClicked(
MouseActionEventArgs e
)
protected:
virtual void OnClicked(
MouseActionEventArgs^ e
)
protected function OnClicked(
e : MouseActionEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgsThe arguments for the mouse action in a diagram.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.