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

Inheritance: System.EventArgs
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
ChangeTo MainTabKind
SubObject object

Public Methods

Method Description
ChangeTabEventArg ( MainTabKind changeTo, object markable ) : System

Method Details

ChangeTabEventArg() public method

public ChangeTabEventArg ( MainTabKind changeTo, object markable ) : System
changeTo MainTabKind
markable object
return System

Property Details

ChangeTo public property

public MainTabKind ChangeTo
return MainTabKind

SubObject public property

public object SubObject
return object