Class ContainerPreparedEventArgs
Provides data for the ContainerPrepared event.
public class ContainerPreparedEventArgs : EventArgs
- Inheritance
-
ContainerPreparedEventArgs
- Inherited Members
Constructors
ContainerPreparedEventArgs(Control, int)
public ContainerPreparedEventArgs(Control container, int index)
Parameters
Properties
Container
Gets the prepared container.
public Control Container { get; }
Property Value
Index
Gets the index of the item the container was prepared for.
public int Index { get; }