documentation
for yFiles for HTML 3.0.0.3
More search results (Press enter)
API
Guide
Introduction
yFiles for HTML Features
Getting Started
Demos and Tutorials
Working with yFiles
The Graph Model
Displaying the Graph
Visualizing Graph Elements
User Interaction
Graph I/O and Printing
Automatic Layouts
Automatic Layout Features
Graph Analysis
Creating a Graph from Business Data
Customizing the Graph
Customizing the View
Customizing Styles
Customizing User Interaction
Customizing Graph I/O
Customizing Automatic Layout
General Concepts for Customization
Advanced Concepts
Deployment
Known Issues and Workarounds
Glossary
Migration Guide
Usages of
SelectionEventArgs
Method Parameters
onDeletingSelection
(
SelectionEventArgs<IModelItem>
)
in
GraphEditorInputMode
Raises the
deleting-selection
event.
onGroupedSelection
(
SelectionEventArgs<IModelItem>
)
in
GraphEditorInputMode
Raises the
grouped-selection
event.
onGroupingSelection
(
SelectionEventArgs<IModelItem>
)
in
GraphEditorInputMode
Raises the
grouping-selection
event.
onUngroupedSelection
(
SelectionEventArgs<IModelItem>
)
in
GraphEditorInputMode
Raises the
ungrouped-selection
event.
onUngroupingSelection
(
SelectionEventArgs<IModelItem>
)
in
GraphEditorInputMode
Raises the
ungrouping-selection
event.
onMultiSelectionFinished
(
SelectionEventArgs<IModelItem>
)
in
GraphInputMode
Raises the
multi-selection-finished
event.
onMultiSelectionStarted
(
SelectionEventArgs<IModelItem>
)
in
GraphInputMode
Raises the
multi-selection-started
event.
onDeletedSelection
(
SelectionEventArgs<IStripe>
)
in
TableEditorInputMode
Raises the
deleted-selection
event.
onDeletingSelection
(
SelectionEventArgs<IStripe>
)
in
TableEditorInputMode
Raises the
deleting-selection
event.