CmisSync.Lib.Events.BubbledEvent.ToString C# (CSharp) Méthode

ToString() public méthode

Returns the description of the source and the bubbled event
public ToString ( ) : string
Résultat string
        public override string ToString() {
            return string.Format("Bubbled Event: From \"{0}\" with bubbled Event \"{1}\"", this.Source, this.Event.ToString());
        }
    }