C# 클래스 ZForge.Controls.ExplorerBar.ExpandoEventArgs

Provides data for the StateChanged, ExpandoAdded and ExpandoRemoved events
상속: System.EventArgs
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
ExpandoEventArgs ( ) : System

Initializes a new instance of the ExpandoEventArgs class with default settings

ExpandoEventArgs ( Expando expando ) : System

Initializes a new instance of the ExpandoEventArgs class with specific Expando

메소드 상세

ExpandoEventArgs() 공개 메소드

Initializes a new instance of the ExpandoEventArgs class with default settings
public ExpandoEventArgs ( ) : System
리턴 System

ExpandoEventArgs() 공개 메소드

Initializes a new instance of the ExpandoEventArgs class with specific Expando
public ExpandoEventArgs ( Expando expando ) : System
expando Expando The Expando that generated the event
리턴 System