Method | Description | |
---|---|---|
CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
OnItemsSourceChanged ( ) : void | ||
OnSelectedChanged ( bool fromProperty ) : void |
When Selected changes. fromProperty will be false if SetSelected was used to change the Selected object
|
|
SetSelected ( ItemInfo info ) : void | ||
ValidateSelected ( ) : void |
Ensure the selected object we have is still correct
|
Method | Description | |
---|---|---|
InternalSetSelected ( ItemInfo info, bool fromProperty ) : void |
protected CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
sender | object | |
e | NotifyCollectionChangedEventArgs | |
return | void |
protected OnSelectedChanged ( bool fromProperty ) : void | ||
fromProperty | bool | |
return | void |
protected SetSelected ( ItemInfo info ) : void | ||
info | ItemInfo | |
return | void |