Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Event EndEdit As DiagramItemEventHandler
'使用
Dim instance As InPlaceTextEditor
Dim handler As DiagramItemEventHandler
AddHandler instance.EndEdit, handler
public event DiagramItemEventHandler EndEdit
public:
event DiagramItemEventHandler^ EndEdit {
void add (DiagramItemEventHandler^ value);
void remove (DiagramItemEventHandler^ value);
}
JScript does not support events.
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.