C# Class Tp.Integration.Plugin.Common.Events.EventBase

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes protégées

Méthode Description
EventBase ( ) : System
Raise ( EventArgs args ) : void
Subscribe ( Action handler ) : IDisposable

Method Details

EventBase() protected méthode

protected EventBase ( ) : System
Résultat System

Raise() protected méthode

protected Raise ( EventArgs args ) : void
args System.EventArgs
Résultat void

Subscribe() protected méthode

protected Subscribe ( Action handler ) : IDisposable
handler Action
Résultat IDisposable