Table of Contents

Event GlobalValueToString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when value is converted to string. This is static event and is called for all the editors.

public static event EventHandler<ValueConvertEventArgs<object?, string?>>? GlobalValueToString

Returns

EventHandler<ValueConvertEventArgs<object, string>>
Occurs when value is converted to . This is static event and is called for all the editors.