CmisSync.Lib.Events.BubbledEvent.BubbledEvent C# (CSharp) Метод

BubbledEvent() публичный Метод

Initializes a new instance of the CmisSync.Lib.Events.BubbledEvent class with an embedded event and context informations of the given event.
public BubbledEvent ( object source, ISyncEvent e ) : System
source object Context Informations of the given event
e ISyncEvent An Event from another context. Must not be null
Результат System
        public BubbledEvent(object source, ISyncEvent e) : base(e) {
            this.Source = source;
        }