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