Caution
[ObsoleteAttribute("Use the Paint event of the MdiClient property instead.")]
[BrowsableAttribute(false)]
public event PaintEventHandler PaintMdiClientArea<ObsoleteAttribute("Use the Paint event of the MdiClient property instead.")>
<BrowsableAttribute(false)>
Public Event PaintMdiClientArea As PaintEventHandlerpublic:
[ObsoleteAttribute(L"Use the Paint event of the MdiClient property instead.")]
[BrowsableAttribute(false)]
event PaintEventHandler^ PaintMdiClientArea {
void add (PaintEventHandler^ value);
void remove (PaintEventHandler^ value);
}[<ObsoleteAttribute("Use the Paint event of the MdiClient property instead.")>]
[<BrowsableAttribute(false)>]
member PaintMdiClientArea : IEvent<PaintEventHandler,
PaintEventArgs>