Table of Contents

Method AddMethodsAsActions

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

AddMethodsAsActions(Type, object?)

Adds methods of the type as actions to the ActionsControl.

public virtual void AddMethodsAsActions(Type type, object? instance)

Parameters

type Type

The type for which methods are added as actions.

instance object

The instance of the specified type which is used when invoking methods.