ICharControlAddInDefinition Interface

Interface for a control add-in definition interface with a Char value type and a ControlAddInEventHandler event.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Usage

Syntax

'Declaration
Public Interface ICharControlAddInDefinition
    Inherits IValueControlAddInDefinition(Of Char), IEventControlAddInDefinition
public interface ICharControlAddInDefinition : IValueControlAddInDefinition<char>, IEventControlAddInDefinition
public interface class ICharControlAddInDefinition : IValueControlAddInDefinition<wchar_t>, IEventControlAddInDefinition
public interface ICharControlAddInDefinition extends IValueControlAddInDefinition<char>, 
    IEventControlAddInDefinition
public interface ICharControlAddInDefinition extends IValueControlAddInDefinition<char>, 
    IEventControlAddInDefinition

Platforms

See Also

Reference

ICharControlAddInDefinition Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace