C# Class System.Windows.Automation.StructureChangedEventArgs

Inheritance: AutomationEventArgs
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
GetRuntimeId ( ) : int[]
StructureChangedEventArgs ( StructureChangeType structureChangeType, int runtimeId ) : System

Method Details

GetRuntimeId() public method

public GetRuntimeId ( ) : int[]
return int[]

StructureChangedEventArgs() public method

public StructureChangedEventArgs ( StructureChangeType structureChangeType, int runtimeId ) : System
structureChangeType StructureChangeType
runtimeId int
return System