ATMLCommonLibrary.controls.awb.DropListTreeForm.OnSignalSelect C# (CSharp) Method

OnSignalSelect() protected method

protected OnSignalSelect ( object sender, XmlDocument tsfDocument ) : void
sender object
tsfDocument System.Xml.XmlDocument
return void
        protected virtual void OnSignalSelect( object sender, XmlDocument tsfDocument )
        {
            SignalSelectHandler handler = SignalSelect;
            if (handler != null) handler(sender, tsfDocument);
        }