C# Class LinqTwit.Infrastructure.Behaviors.DialogRegionBehavior

Inheritance: Microsoft.Practices.Composite.Presentation.Regions.RegionBehavior, IHostAwareRegionBehavior
Mostrar archivo Open project: ArildF/linqtwit Class Usage Examples

Public Methods

Method Description
DialogClosed ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnAttach ( ) : void

Private Methods

Method Description
ActiveViewsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
CloseDialog ( ) : void
ShowDialog ( object item ) : void
TerminateDialog ( ) : void

Method Details

DialogClosed() public method

public DialogClosed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnAttach() protected method

protected OnAttach ( ) : void
return void