Table of Contents

Interface IControlWithResultDebugShared

Namespace
SunamoShared._public.SunamoInterfaces.Interfaces
Assembly
SunamoShared.dll

Debug extension of IControlWithResult providing handler inspection and attachment.

[ComVisible(true)]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface IControlWithResultDebugShared : IControlWithResult
Inherited Members
Extension Methods

Methods

AttachChangeDialogResult(Action<bool>, bool)

Attaches a handler to the ChangeDialogResult event.

void AttachChangeDialogResult(Action<bool> handler, bool isThrowingException = true)

Parameters

handler Action<bool>

The handler to attach.

isThrowingException bool

Whether to throw an exception if attachment fails.

CountOfHandlersChangeDialogResult()

Returns the count of handlers attached to the ChangeDialogResult event.

int CountOfHandlersChangeDialogResult()

Returns

int