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

OnGetValue() 보호된 메소드

This member overrides PropertyBag.OnGetValue.
protected OnGetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs
리턴 void
        protected override void OnGetValue(PropertySpecEventArgs e)
        {
            e.Value = propValues[e.Property.Name];
            //			if(e.Value == null)
            //				throw new System.Exception("No value with the specified property name exists. PropertyName: " + e.Property.Name);

            base.OnGetValue(e);
        }