C# Class AvalonDockRegionAdapter, code

Inheritance: RegionAdapterBase
Mostrar archivo Open project: shendongnian/code

Public Methods

Method Description
AvalonDockRegionAdapter ( IRegionBehaviorFactory factory )
OnChildrenCollectionChanged ( object sender, EventArgs, e, IRegion region ) : void

Handles the EventArgs event raised when the Children Collection of the LayoutDocumentPane is changed.

OnViewsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs, e, IRegion region, regionTarget ) : void

Handles the NotifyCollectionChangedEventArgs event.

Protected Methods

Method Description
Adapt ( IRegion region, regionTarget ) : void
CreateRegion ( ) : IRegion

Method Details

Adapt() protected method

protected Adapt ( IRegion region, regionTarget ) : void
region IRegion
return void

AvalonDockRegionAdapter() public method

public AvalonDockRegionAdapter ( IRegionBehaviorFactory factory )
factory IRegionBehaviorFactory

CreateRegion() protected method

protected CreateRegion ( ) : IRegion
return IRegion

OnChildrenCollectionChanged() public method

Handles the EventArgs event raised when the Children Collection of the LayoutDocumentPane is changed.
public OnChildrenCollectionChanged ( object sender, EventArgs, e, IRegion region ) : void
sender object The sender.
e EventArgs, The event.
region IRegion
return void

OnViewsCollectionChanged() public method

Handles the NotifyCollectionChangedEventArgs event.
public OnViewsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs, e, IRegion region, regionTarget ) : void
sender object The sender.
e NotifyCollectionChangedEventArgs, The event.
region IRegion The region.
regionTarget The region target.
return void