DiagramEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |