DataViewNodeEventArgs Class

Definition

Encapsulates event data for various events that are raised for nodes in Server Explorer when some of their properties change.

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

Constructors

DataViewNodeEventArgs(Int32)

Initializes a new instance of the DataViewNodeEventArgs class with the item ID.

Properties

ItemId

Gets the item ID.

Applies to