Einhugur WinUI Bridge Plugin for Xojo

EinhugurWinUIBridge.RegisterMessageDurationChangedNotify Method

Registers callback notify to get when MessageDuration changes.

RegisterMessageDurationChangedNotify(
   handler as EinhugurWinUIBridge.ChangeNotifyDelegate) as EinhugurWinUIBridge.WinUICancelToken

Parameters

handler
Notify callback of ChangeNotifyDelegate type.

Returns

EinhugurWinUIBridge.WinUICancelToken
Cancelation token receipt. When this token goes is cancelled with its cancel method or the token goes out of scope then the callback will be canceled.

Remarks

Supported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Unsupported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • See Also

    EinhugurWinUIBridge Module