IDynamicReadOnly Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows an object to dynamicaly override the IsReadOnly value for any property
public interface IDynamicReadOnly
type IDynamicReadOnly = interface
Public Interface IDynamicReadOnly
- Derived
Methods
OverrideReadOnly(IList<LocalizablePropertyDescriptor>, ITypeDescriptorContext, Object, Attribute[]) |
Called with a list of LocalizablePropertyDescriptor which can then be called to override the IsReadOnly attribute of any property |
Events
ReadOnlyPropertyChanged |