C# Class Microsoft.ManagementConsole.ResultNodeCollectionEventArgs

Inheritance: System.EventArgs
Show file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
GetItems ( ) : Microsoft.ManagementConsole.ResultNode[]
ResultNodeCollectionEventArgs ( int index, ResultNode items, ResultNodeCollectionChangeType changeType ) : Microsoft.ManagementConsole.Internal

Method Details

GetItems() public method

public GetItems ( ) : Microsoft.ManagementConsole.ResultNode[]
return Microsoft.ManagementConsole.ResultNode[]

ResultNodeCollectionEventArgs() public method

public ResultNodeCollectionEventArgs ( int index, ResultNode items, ResultNodeCollectionChangeType changeType ) : Microsoft.ManagementConsole.Internal
index int
items ResultNode
changeType ResultNodeCollectionChangeType
return Microsoft.ManagementConsole.Internal