Skip to main content
A newer version of this page is available. .

WebPropertyEditor Events

The base class for Property Editors that use controls inherited from a System.Web.UI.WebControls.WebControl.
Name Description
AllowEditChanged Occurs when the current PropertyEditor‘s PropertyEditor.AllowEdit state has changed. Inherited from PropertyEditor.
ControlCreated Occurs after a control has been created for the current View Item. Inherited from ViewItem.
ControlCreating Occurs before a control is created for the current View Item. Inherited from ViewItem.
ControlInitialized Obsolete. For internal use only.
ControlValueChanged In the PropertyEditor class’ descendants, can be raised after the control’s value has been changed. Inherited from PropertyEditor.
CurrentObjectChanged Occurs after changing the object (not an object’s property value) for which the current View Item’s View is created. Inherited from ViewItem.
CurrentObjectChanging Occurs before changing the object for which the current View Item’s View is created. Inherited from ViewItem.
CustomLogValueStoring static Inherited from PropertyEditor.
ErrorMessageChanged Inherited from PropertyEditor.
PrepareErrorCell
ValueRead Occurs after the property value has been read to the current Property Editor’s control. Inherited from PropertyEditor.
ValueStored Occurs after the value of the Property Editor’s control is set for the bound property. Inherited from PropertyEditor.
ValueStoring Occurs before the value of the Property Editor’s control is set for the bound property. Inherited from PropertyEditor.
VisibilityChanged This event is intended for internal use. Inherited from PropertyEditor.
See Also