| Mobiform Software - Aurora API Documentation |
|
DependencyObjectLaunchingEditorEventHandler Delegate
Event triggered when an element is about to be launched in a new editor
public delegate void DependencyObjectLaunchingEditorEventHandler(
DependencyObject element,
ref
Boolean& bAllowEditing);
Parameters
-
element
- the element to be edited
-
bAllowEditing
- flag to allow the element to be edited
Requirements
Namespace:
Aurora.Interfaces
Assembly: AuroraInterfaces (in AuroraInterfaces.dll)
See Also
Aurora.Interfaces Namespace