AnimatGuiCtrls.Controls.PropertyBag.OnGetValue C# (CSharp) 메소드

OnGetValue() 보호된 메소드

Raises the GetValue event.
protected OnGetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
리턴 void
        protected virtual void OnGetValue(PropertySpecEventArgs e)
        {
            if(GetValue != null)
                GetValue(this, e);
        }