Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles processing when editing has ended, usually by committing or discarding the changes.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Delegate Sub EditValueEndedEventHandler ( _
sender As Object, _
e As DiagramEventArgs _
)
public delegate void EditValueEndedEventHandler(
Object sender,
DiagramEventArgs e
)
public delegate void EditValueEndedEventHandler(
Object^ sender,
DiagramEventArgs^ e
)
type EditValueEndedEventHandler =
delegate of
sender:Object *
e:DiagramEventArgs -> unit
JScript does not support delegates.
Parameters
sender
Type: System.ObjectThe editor that has ended editing.
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgsA DiagramEventArgs containing event data.