Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Framework 4.5.2+

AuditTrailService.QueryCurrentUserName Event

Occurs before AuditDataItem objects are saved. Handle this event to get the current user name in applications that do not use the Security System.

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

public event QueryCurrentUserNameEventHandler QueryCurrentUserName

Event Data

The QueryCurrentUserName event's data class is DevExpress.Persistent.AuditTrail.QueryCurrentUserNameEventArgs.

Remarks

The following help topic shows how to handle this event: Audit the Current User or Host Identity.

The following code snippets (auto-collected from DevExpress Examples) contain references to the QueryCurrentUserName event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also