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