Set this to true if you send an update in response to this event.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public bool SentChanges { get; set; }
public bool SentChanges { get; set; }
Public Property SentChanges As Boolean
Get
Set
Public Property SentChanges As Boolean
Get
Set
public:
property bool SentChanges {
bool get ();
void set (bool value);
}
public:
property bool SentChanges {
bool get ();
void set (bool value);
}
member SentChanges : bool with get, set
member SentChanges : bool with get, set