ArcObjects Library Reference (SystemUtility)  

ITOCControlEventsHelper.OnEndLabelEdit Method

Fires when label editing ends.

ERROR: Syntax information about ITOCControlEventsHelper.OnEndLabelEdit may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT OnEndLabelEdit(
  long x,
  long y,
  BSTR newLabel,
  VARIANT_BOOL* CanEdit
);
[C++]

Parameters

x [in]   x is a parameter of type long y [in]   y is a parameter of type long newLabel [in]   newLabel is a parameter of type BSTR CanEdit [in, out]   CanEdit is a parameter of type VARIANT_BOOL

See Also

ITOCControlEventsHelper Interface