Свойство | Type | Description | |
---|---|---|---|
ChangeResultNodeSelection | void | ||
DoSort | int[] | ||
HandleColumnVisibilityChange | void | ||
HandleSelectionChange | void | ||
HandleSortRequest | void | ||
InternalInitialize | void | ||
OnColumnsChanged | void | ||
OnResultNodesChanged | void | ||
ProcessNotification | void | ||
ProcessRequest | void | ||
SynchronizeColumns | void | ||
SynchronizeMode | void | ||
SynchronizeResultNodes | void |
Méthode | Description | |
---|---|---|
Sort ( int columnIndex ) : void | ||
Sort ( int columnIndex, bool descending ) : void | ||
Sort ( int columnIndex, bool descending, bool hideSortIcon ) : void |
Méthode | Description | |
---|---|---|
OnColumnVisibilityChanged ( ) : void | ||
OnSelectionChanged ( |
||
OnSortCompleted ( int columnIndex, bool descending ) : void |
Méthode | Description | |
---|---|---|
ChangeResultNodeSelection ( |
||
DoSort ( int columnIndex, bool descending ) : int[] | ||
HandleColumnVisibilityChange ( int visibleIds, int hiddenIds ) : void | ||
HandleSelectionChange ( int scopeNodeIds, int resultNodeIds, IRequestStatus requestStatus ) : void | ||
HandleSortRequest ( int columnIndex, bool descending, IRequestStatus requestStatus ) : void | ||
InternalInitialize ( ) : void | ||
OnColumnsChanged ( object sender, |
||
OnResultNodesChanged ( object sender, |
||
ProcessNotification ( |
||
ProcessRequest ( |
||
SynchronizeColumns ( |
||
SynchronizeMode ( MmcListViewMode mode ) : void | ||
SynchronizeResultNodes ( |
protected OnColumnVisibilityChanged ( ) : void | ||
Résultat | void |
protected OnSelectionChanged ( |
||
status | ||
Résultat | void |
protected OnSortCompleted ( int columnIndex, bool descending ) : void | ||
columnIndex | int | |
descending | bool | |
Résultat | void |
public Sort ( int columnIndex, bool descending ) : void | ||
columnIndex | int | |
descending | bool | |
Résultat | void |
public Sort ( int columnIndex, bool descending, bool hideSortIcon ) : void | ||
columnIndex | int | |
descending | bool | |
hideSortIcon | bool | |
Résultat | void |