IBasicNoUIReceivedAppSyncMessage Event |
Occurs when the remote Basic Control/Object receives an app synchronize message.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxevent EventHandler<ReceivedAppSyncMessageEventArgs> ReceivedAppSyncMessage
Event ReceivedAppSyncMessage As EventHandler(Of ReceivedAppSyncMessageEventArgs)
event EventHandler<ReceivedAppSyncMessageEventArgs^>^ ReceivedAppSyncMessage {
void add (EventHandler<ReceivedAppSyncMessageEventArgs^>^ value);
void remove (EventHandler<ReceivedAppSyncMessageEventArgs^>^ value);
}
Value
EventHandlerReceivedAppSyncMessageEventArgs
Remarks
The event handler receives an argument of type
ReceivedAppSyncMessageEventArgs.
Property
|
Description
|
---|
Data
|
Data sent by the remote Basic Control/Object.
|
Id
|
For a NoUIObj/NoUICtl this is the id for the sender.
For a IdeCtl/IdeObj this is the id of the receiver.
(The value -1 indicates that all remote Basic controls/objects received
this data.)
|
See Also