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

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

Public Properties

Property Type Description
Markable IMarkable

Public Methods

Method Description
DeleteIMarkableModelEventArgs ( IMarkable markable ) : System

Method Details

DeleteIMarkableModelEventArgs() public method

public DeleteIMarkableModelEventArgs ( IMarkable markable ) : System
markable IMarkable
return System

Property Details

Markable public property

public IMarkable Markable
return IMarkable