This event is deprecated. Use ReadOnlyChanged event and ReadOnly property.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This event is deprecated. Use "ReadOnlyChanged" event and "ReadOnly" property.", true)] public event EventHandler SetEditMode |
Visual Basic |
---|
<ObsoleteAttribute("This event is deprecated. Use "ReadOnlyChanged" event and "ReadOnly" property.", _ True)> _ Public Event SetEditMode As EventHandler |
Visual C++ |
---|
[ObsoleteAttribute(L"This event is deprecated. Use "ReadOnlyChanged" event and "ReadOnly" property.", true)] public: event EventHandler^ SetEditMode { void add (EventHandler^ value); void remove (EventHandler^ value); } |