DataViewNodeEventArgs 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.
Provides data for provider raised events on a data view hierarchy.
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. |