C# Class UIAComWrapperInternal.EventListener

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

Public Methods

Method Description
Equals ( object obj ) : bool
EventListener ( int eventId, int runtimeId, Delegate handler ) : System
GetHashCode ( ) : int

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

EventListener() public method

public EventListener ( int eventId, int runtimeId, Delegate handler ) : System
eventId int
runtimeId int
handler System.Delegate
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int