C# 클래스 Microsoft.ManagementConsole.ColumnCollectionEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
ColumnCollectionEventArgs ( int index, MmcListViewColumn items, ColumnCollectionChangeType changeType ) : Microsoft.ManagementConsole.Internal
GetItems ( ) : Microsoft.ManagementConsole.MmcListViewColumn[]

메소드 상세

ColumnCollectionEventArgs() 공개 메소드

public ColumnCollectionEventArgs ( int index, MmcListViewColumn items, ColumnCollectionChangeType changeType ) : Microsoft.ManagementConsole.Internal
index int
items MmcListViewColumn
changeType ColumnCollectionChangeType
리턴 Microsoft.ManagementConsole.Internal

GetItems() 공개 메소드

public GetItems ( ) : Microsoft.ManagementConsole.MmcListViewColumn[]
리턴 Microsoft.ManagementConsole.MmcListViewColumn[]