C# Class LinqTwit.Infrastructure.Behaviors.DialogRegionBehavior

Inheritance: Microsoft.Practices.Composite.Presentation.Regions.RegionBehavior, IHostAwareRegionBehavior
Afficher le fichier Open project: ArildF/linqtwit Class Usage Examples

Méthodes publiques

Méthode Description
DialogClosed ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
OnAttach ( ) : void

Private Methods

Méthode Description
ActiveViewsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
CloseDialog ( ) : void
ShowDialog ( object item ) : void
TerminateDialog ( ) : void

Method Details

DialogClosed() public méthode

public DialogClosed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnAttach() protected méthode

protected OnAttach ( ) : void
Résultat void