Event triggered by this source puts the binding extender into the offline mode.
Syntax
'Declaration
<JetBrains.Annotations.NotNullAttribute()>
Public Property OfflineEventSource As EventSource
'Usage
Dim instance As BindingExtenderCore
Dim value As EventSource
instance.OfflineEventSource = value
value = instance.OfflineEventSource
[JetBrains.Annotations.NotNull()]
public EventSource OfflineEventSource {get; set;}
[JetBrains.Annotations.NotNull()]
public:
property EventSource^ OfflineEventSource {
EventSource^ get();
void set ( EventSource^ value);
}
Property Value
The value of this property cannot be null (Nothing in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also