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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Delegate Sub EditValueEndedEventHandler ( _
    sender As Object, _
    e As DiagramEventArgs _
)
'Usage
Dim instance As New EditValueEndedEventHandler(AddressOf HandlerMethod)
public delegate void EditValueEndedEventHandler(
    Object sender,
    DiagramEventArgs e
)
public delegate void EditValueEndedEventHandler(
    Object^ sender, 
    DiagramEventArgs^ e
)
JScript does not support delegates.
Parameters
- sender 
 Type: System.Object- The editor that has ended editing. 
- e 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs- A DiagramEventArgs containing event data.