C# Class Account.Entity.EntityEventArgs

Inheritance: System.EventArgs
Show file Open project: KINGGUOKUN/Account Class Usage Examples

Public Methods

Method Description
EntityEventArgs ( object entity, bool isAdd ) : System

Method Details

EntityEventArgs() public method

public EntityEventArgs ( object entity, bool isAdd ) : System
entity object
isAdd bool
return System