C# Class System.Windows.Automation.WindowClosedEventArgs

Inheritance: AutomationEventArgs
显示文件 Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
GetRuntimeId ( ) : int[]
WindowClosedEventArgs ( int runtimeId ) : System

Method Details

GetRuntimeId() public method

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

WindowClosedEventArgs() public method

public WindowClosedEventArgs ( int runtimeId ) : System
runtimeId int
return System