| addLabel (IInputModeContext, LabelEditingEventArgs) | in
EditLabelHelper | Handles adding the label upon finish. |
| cancel (IInputModeContext, LabelEditingEventArgs) | in
EditLabelHelper | |
| finish (IInputModeContext, LabelEditingEventArgs, LabelEditingAction) | in
EditLabelHelper | Invoked after the label editing gesture has successfully finished. |
| initialize (IInputModeContext, LabelEditingEventArgs, LabelEditingAction) | in
EditLabelHelper | Invoked at the beginning of a label adding or label editing gesture. |
| labelDropped (IInputModeContext, LabelEditingEventArgs) | in
EditLabelHelper | Handles adding the label upon finish after the drop action of a drag and drop operation. |
| onLabelAdding (IInputModeContext, LabelEditingEventArgs) | in
EditLabelHelper | Will be called from initialize to initialize the helper for ADDing labels. |
| onLabelDropping (IInputModeContext, LabelEditingEventArgs) | in
EditLabelHelper | Invoked from initialize to initialize the helper for adding labels after the drop action of a drag and drop operation. |
| onLabelEditing (IInputModeContext, LabelEditingEventArgs) | in
EditLabelHelper | Will be called from initialize to initialize the helper for EDITing labels. |
| onLabelPasting (IInputModeContext, LabelEditingEventArgs, ILabelOwner, ILabel) | in
EditLabelHelper | Invoked from initialize to initialize the helper for adding labels during paste from the GraphClipboard. |
| createLabel (LabelEditingEventArgs, IEditLabelHelper) | in
EditLabelInputMode | Uses the text editor to actually create a new label. |
| editLabel (ILabel, LabelEditingEventArgs, IEditLabelHelper) | in
EditLabelInputMode | Uses the text editor to actually edit the given label. |
| onQueryLabelAdding (LabelEditingEventArgs) | in
EditLabelInputMode | Raises the query-label-adding event. |
| onQueryLabelEditing (LabelEditingEventArgs) | in
EditLabelInputMode | Raises the query-label-editing event. |
| openTextEditor (ILabel, LabelEditingEventArgs, IEditLabelHelper) | in
EditLabelInputMode | Opens a new textEditorInputMode input field. |
| cancel (IInputModeContext, LabelEditingEventArgs) | in
IEditLabelHelper | Invoked if the label editing action has been canceled. |
| create () | in
IEditLabelHelper | |
| finish (IInputModeContext, LabelEditingEventArgs, LabelEditingAction) | in
IEditLabelHelper | Invoked after the label editing gesture has successfully finished. |
| initialize (IInputModeContext, LabelEditingEventArgs, LabelEditingAction) | in
IEditLabelHelper | Invoked at the beginning of a label adding or label editing gesture. |