Events

Except the inherited events, RadFluidContentControl exposes an additional event that allows you to listen for changes in the current state of the control. The event is called StateChanged and it fires when the State property changes. The event arguments are of type FluidContentControlStateChangedEventArgs and provide information for the newly applied state and the old one via the OldState and NewState properties.

See Also

In this article