Flexivert Library Documentation
Flexivert.Event Namespace
NamespacesFlexivert.Event
Contains events used in the Flexivert library.
Declaration Syntax
C#Visual BasicVisual C++
namespace Flexivert.Event
Namespace Flexivert.Event
namespace Flexivert.Event
Types
All TypesClassesStructuresDelegates
IconTypeDescription
ApplicationButtonState
Contains flags for different buttons and conditions in the application. This structure is passed by the Flexivert Application instance as a parameter in its ButtonStateChange event.

ApplicationButtonStateHandler
Defines an event handler handling the button state changing of the Flexivert application.

EdgeEventArgs
Provides data for the EdgeAdded, and EdgeRemoved events.

EdgeEventHandler
Represents the method that will handle EdgeAdded, or EdgeRemoved event of a graph.

VertexEventArgs
Provides data for the VertexAdded, and VertexRemoved events.

VertexEventHandler
Represents the method that will handle VertexAdded, or VertexRemoved event of a graph.