Method | Description | |
---|---|---|
BindCommands ( ) : void | ||
BindEditors ( ) : void | ||
ProductsGroupFilter ( GroupFilterViewModel customFilterViewModel ) : System | ||
SetIsSelected ( Product product, bool selected ) : void | ||
ViewModel_QueryFilterCriteria ( object sender, QueryFilterCriteriaEventArgs e ) : void | ||
winExplorerView_CustomUnboundColumnData ( object sender, CustomColumnDataEventArgs e ) : void | ||
winExplorerView_ItemClick ( object sender, WinExplorerViewItemClickEventArgs e ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDisposing ( ) : void | ||
OnLoad ( System e ) : void |
Method | Description | |
---|---|---|
GetIsSelected ( Product employee ) : bool | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ProductsGroupFilter ( GroupFilterViewModel customFilterViewModel ) : System | ||
customFilterViewModel | GroupFilterViewModel | |
return | System |
public SetIsSelected ( Product product, bool selected ) : void | ||
product | Product | |
selected | bool | |
return | void |
public ViewModel_QueryFilterCriteria ( object sender, QueryFilterCriteriaEventArgs e ) : void | ||
sender | object | |
e | QueryFilterCriteriaEventArgs | |
return | void |
public winExplorerView_CustomUnboundColumnData ( object sender, CustomColumnDataEventArgs e ) : void | ||
sender | object | |
e | CustomColumnDataEventArgs | |
return | void |
public winExplorerView_ItemClick ( object sender, WinExplorerViewItemClickEventArgs e ) : void | ||
sender | object | |
e | WinExplorerViewItemClickEventArgs | |
return | void |