DiagramAssociationEventArgs Class

Definition

Event arguments for diagram - diagram view association events

public ref class DiagramAssociationEventArgs : EventArgs
public class DiagramAssociationEventArgs : EventArgs
type DiagramAssociationEventArgs = class
    inherit EventArgs
Public Class DiagramAssociationEventArgs
Inherits EventArgs
Inheritance
DiagramAssociationEventArgs

Constructors

DiagramAssociationEventArgs()

Default constructor for DiagramAssociationEventArgs

DiagramAssociationEventArgs(DiagramView)

Initialize the instance of the DiagramAssociationEventArgs class

Properties

DiagramView

Gets or sets the diagram view associated with the diagram

Applies to