C# Class Serenity.SlickEvent

Show file Open project: volkanceylan/Serenity

Public Methods

Method Description
Clear ( ) : void
Subscribe ( dynamic>.Action handler ) : void
Subscribe ( Func handler ) : void
Unsubscribe ( dynamic>.Action handler ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Subscribe() public method

public Subscribe ( dynamic>.Action handler ) : void
handler dynamic>.Action
return void

Subscribe() public method

public Subscribe ( Func handler ) : void
handler Func
return void

Unsubscribe() public method

public Unsubscribe ( dynamic>.Action handler ) : void
handler dynamic>.Action
return void