Skybound Rebar

RebarRowEventArgs Class

Provides data for the RebarRowEventHandler event.

For a list of all members of this type, see RebarRowEventArgs Members.

System.Object
   System.EventArgs
      Skybound.Rebar.RebarRowEventArgs

[Visual Basic]
Public Class RebarRowEventArgs
    Inherits EventArgs
[C#]
public class RebarRowEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

When the height of one of the rows in a Rebar control changes, the RowHeightChanged event is raised.

The RebarRowEventArgs class provides a reference to the RebarRow whose height was changed.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

RebarRowEventArgs Members | Skybound.Rebar Namespace