C# Class System.Windows.Data.CollectionViewNode

Inheritance: System.Windows.Data.PropertyPathNode, IListenEventRaised
Mostra file Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
ConnectViewHandlers void
DisconnectViewHandlers void
HandleSourceViewCurrentChanged void
ViewChanged void

Public Methods

Method Description
CollectionViewNode ( bool bindsDirectlyToSource, bool bindToView ) : System
SetValue ( object value ) : void
UpdateValue ( ) : void

Protected Methods

Method Description
OnSourceChanged ( object oldSource, object newSource ) : void

Private Methods

Method Description
ConnectViewHandlers ( ICollectionView view ) : void
DisconnectViewHandlers ( ICollectionView view ) : void
HandleSourceViewCurrentChanged ( object sender, EventArgs e ) : void
ViewChanged ( IntPtr dependency_object, IntPtr propertyChangedEventArgs, MoonError &error, IntPtr closure ) : void

Method Details

CollectionViewNode() public method

public CollectionViewNode ( bool bindsDirectlyToSource, bool bindToView ) : System
bindsDirectlyToSource bool
bindToView bool
return System

OnSourceChanged() protected method

protected OnSourceChanged ( object oldSource, object newSource ) : void
oldSource object
newSource object
return void

SetValue() public method

public SetValue ( object value ) : void
value object
return void

UpdateValue() public method

public UpdateValue ( ) : void
return void