Class StdBEEventHandler
Classe correspondente à definição de um Event Handler.
Implements
StdBE100.IStdBEEventHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdBE100
Assembly: StdBE100.dll
Syntax
[ComVisible(true)]
[Guid("0AE9A700-77F4-471C-9DF7-19C569A2268F")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEEventHandler : StdBaseBE, IStdBEEventHandler
Constructors
StdBEEventHandler()
Declaration
public StdBEEventHandler()
Methods
RaiseEvento(String, StdBECampos)
Invoca um evento.
Declaration
public void RaiseEvento(string strNome, StdBECampos objCampos)
Parameters
Type | Name | Description |
---|---|---|
System.String | strNome | Nome do evento. |
StdBECampos | objCampos | Parâmetros do evento. |
Events
Evento
Evento.
Declaration
public event StdBEEventHandler.EventoHandler Evento
Event Type
Type | Description |
---|---|
StdBEEventHandler.EventoHandler |
Implements
StdBE100.IStdBEEventHandler