C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Event.ChangeTabEventArg

Inheritance: System.EventArgs
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

Свойство Type Description
ChangeTo MainTabKind
SubObject object

Méthodes publiques

Méthode Description
ChangeTabEventArg ( MainTabKind changeTo, object markable ) : System

Method Details

ChangeTabEventArg() public méthode

public ChangeTabEventArg ( MainTabKind changeTo, object markable ) : System
changeTo MainTabKind
markable object
Résultat System

Property Details

ChangeTo public_oe property

public MainTabKind ChangeTo
Résultat MainTabKind

SubObject public_oe property

public object SubObject
Résultat object