C# Class Stetic.Wrapper.Container.ContainerChild

Inheritance: Stetic.ObjectWrapper
Afficher le fichier Open project: mono/stetic

Private Properties

Свойство Type Description
OnParentSet void
Register void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Wrap ( object obj, bool initialized ) : void

Méthodes protégées

Méthode Description
ChildNotifyHandler ( object obj, Gtk args ) : void
EmitNotify ( string propertyName ) : void

Private Methods

Méthode Description
OnParentSet ( object ob, Gtk args ) : void
Register ( ) : void

Method Details

ChildNotifyHandler() protected méthode

protected ChildNotifyHandler ( object obj, Gtk args ) : void
obj object
args Gtk
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EmitNotify() protected méthode

protected EmitNotify ( string propertyName ) : void
propertyName string
Résultat void

Wrap() public méthode

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
Résultat void