Harness proD API Help
EPLAN.Harness.API.Plugins.Core Namespace / INotifiable Interface
Members
In This Topic
    INotifiable Interface
    In This Topic
    An interface that allows one-way communication from HpD to the implementation class.
    Syntax
    public interface INotifiable 
    Remarks
    The interface can be used in combination with IHpDPlugin to implement a notifiable HpD plugin.
    Public Methods
     NameDescription
     Method Notifies the user that the main application form has been loaded.  
    Top
    See Also