Metodo AssemblyEventHandlerComponentStateChangeNotify2
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public int ComponentStateChangeNotify2(
Object componentModel,
string CompName,
short oldCompState,
short newCompState
)
Public Function ComponentStateChangeNotify2 (
componentModel As Object,
CompName As String,
oldCompState As Short,
newCompState As Short
) As Integer
public:
int ComponentStateChangeNotify2(
Object^ componentModel,
String^ CompName,
short oldCompState,
short newCompState
)
member ComponentStateChangeNotify2 :
componentModel : Object *
CompName : string *
oldCompState : int16 *
newCompState : int16 -> int
Parametri
- componentModel Object
-
- CompName String
-
- oldCompState Int16
-
- newCompState Int16
-
Valore di ritorno
Int32Vedi anche