EditValueEndedEventHandler Delegate
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.
Occurs when editing has terminated, either by committing or discarding the changes.
public delegate void EditValueEndedEventHandler(System::Object ^ sender, DiagramEventArgs ^ e);
public delegate void EditValueEndedEventHandler(object sender, DiagramEventArgs e);
type EditValueEndedEventHandler = delegate of obj * DiagramEventArgs -> unit
Public Delegate Sub EditValueEndedEventHandler(sender As Object, e As DiagramEventArgs)
Parameters
- sender
- Object
The editor which has terminated editing.
A DiagramEventArgs containing event data.