WebBaseEvent::FormatCustomEventDetails Method (WebEventFormatter^)
.NET Framework (current version)
Provides standard formatting of the event information.
Assembly: System.Web (in System.Web.dll)
Parameters
- formatter
-
Type:
System.Web.Management::WebEventFormatter^
A WebEventFormatter object that contains the formatted event information.
The FormatCustomEventDetails method provides a uniform format for event information, which is useful if the event data must be logged and later presented to the user. It is called internally when the provider invokes one of the ToString methods.
Note |
|---|
When you format your custom event information for display, override the FormatCustomEventDetails method rather than the ToString method. This will avoid overwriting or tampering with sensitive system information. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
