CmisSync.Lib.Events.BubbledEvent.ToString C# (CSharp) 메소드

ToString() 공개 메소드

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