C# Class ScrewTurn.Wiki.AclEngine.AclChangedEventArgs

Contains arguments for the IAclManager.AclChanged event.
Inheritance: System.EventArgs
显示文件 Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
AclChangedEventArgs ( AclEntry entries, Change change ) : System

Initializes a new instance of the T:AclChangedEventArgs class.

Method Details

AclChangedEventArgs() public method

Initializes a new instance of the T:AclChangedEventArgs class.
If is null. If is empty.
public AclChangedEventArgs ( AclEntry entries, Change change ) : System
entries AclEntry The entries that changed.
change Change The change.
return System