ResourceStorageBase.ResourceVisibilityChanged Event
Occurs when the Resource.Visible property value is changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll
Declaration
[Browsable(false)]
public event PersistentObjectEventHandler ResourceVisibilityChanged
<Browsable(False)>
Public Event ResourceVisibilityChanged As PersistentObjectEventHandler
Event Data
The ResourceVisibilityChanged event's data class is PersistentObjectEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Object | Gets the persistent object (appointment, resource or appointment dependency) for which the event occurs. |
Implements
DevExpress.XtraScheduler.Internal.IInternalResourceStorage.ResourceVisibilityChanged
See Also
Feedback