ArcObjects Library Reference  (Carto)    

IViewManager.VerboseEvents Property

Indicates whether to expand or limit the number of events that are fired. The following events are not fired if VerboseEvents is false: AfterItemDraw.

[Visual Basic 6.0]
Property VerboseEvents As Boolean
[Visual Basic .NET]
Public Property VerboseEvents As Boolean
[C#]
public bool VerboseEvents {get; set;}
[Java]
public boolean isVerboseEvents()
throws
    IOException,
    AutomationException
[Java]
public void setVerboseEvents(
boolean VerboseEvents
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_VerboseEvents(
  VARIANT_BOOL* VerboseEvents
);
[C++]
HRESULT put_VerboseEvents(
  VARIANT_BOOL VerboseEvents

);

[C++]

Parameters

VerboseEvents [out, retval]

  VerboseEvents is a parameter of type VARIANT_BOOL

VerboseEvents [in]

  VerboseEvents is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IViewManager Interface

 


Feedback Send feedback on this page