RuntimeState.OnCollationChanged Event | |
This event is thrown when the collation of the runtimestate is changed
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC EVENT OnCollationChanged AS VOID
public static event EventHandler OnCollationChanged
Request Example
View SourceValue
Type:
SystemEventHandlerRemarks Clients can refresh cached information by registering to this event
See Also