DiagramEventArgs Class

Definition

The base event args class for events originating from the design surface control.

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

Constructors

DiagramEventArgs()

Initializes a new instance of the DiagramEventArgs class.

DiagramEventArgs(DiagramClientView)

Initializes a new instance of the DiagramEventArgs class.

Properties

DiagramClientView

Gets the DiagramClientView that the DiagramEventArgs originated from.

Handled

Gets or sets a value indicating whether this event has been handled.

Applies to