Property | Type | Description | |
---|---|---|---|
SourceProperty | DependencyProperty | ||
ViewProperty | DependencyProperty |
Property | Type | Description | |
---|---|---|---|
IDeferRefresh | void | ||
ISupportInitialize | void | ||
Refresh | void | ||
SourceChanged | void |
Method | Description | |
---|---|---|
CollectionViewSource ( ) : System | ||
DeferRefresh ( ) : IDisposable |
Method | Description | |
---|---|---|
OnCollectionViewTypeChanged ( Type oldCollectionViewType, Type newCollectionViewType ) : void | ||
OnSourceChanged ( object oldSource, object newSource ) : void |
Method | Description | |
---|---|---|
IDeferRefresh ( ) : void | ||
ISupportInitialize ( ) : void | ||
Refresh ( ) : void | ||
SourceChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void |
protected OnCollectionViewTypeChanged ( Type oldCollectionViewType, Type newCollectionViewType ) : void | ||
oldCollectionViewType | Type | |
newCollectionViewType | Type | |
return | void |
protected OnSourceChanged ( object oldSource, object newSource ) : void | ||
oldSource | object | |
newSource | object | |
return | void |
public static DependencyProperty SourceProperty | ||
return | DependencyProperty |