Contains events used in the Flexivert library.

C# | Visual Basic | Visual C++ |
namespace Flexivert.Event
Namespace Flexivert.Event
namespace Flexivert.Event

All Types | Classes | Structures | Delegates |
Icon | Type | Description |
---|---|---|
![]() | 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.
|