C# Class atkSharpHelloWorld.HelloTopLevel

Inheritance: Atk.Object
Afficher le fichier Open project: mono/uia2atk

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FireChildrenChanged ( uint changeIndex, Atk child ) : void

Méthodes protégées

Méthode Description
HelloTopLevel ( ) : System
OnGetNChildren ( ) : int
OnRefChild ( int i ) : Atk.Object

Method Details

FireChildrenChanged() public méthode

public FireChildrenChanged ( uint changeIndex, Atk child ) : void
changeIndex uint
child Atk
Résultat void

HelloTopLevel() protected méthode

protected HelloTopLevel ( ) : System
Résultat System

OnGetNChildren() protected méthode

protected OnGetNChildren ( ) : int
Résultat int

OnRefChild() protected méthode

protected OnRefChild ( int i ) : Atk.Object
i int
Résultat Atk.Object