Skybound Rebar

RebarCustomizingEventArgs Class

Provides data for the RebarCustomizingEventHandler event.

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

System.Object
   System.EventArgs
      Skybound.Rebar.RebarCustomizingEventArgs

[Visual Basic]
Public Class RebarCustomizingEventArgs
    Inherits EventArgs
[C#]
public class RebarCustomizingEventArgs : 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

The RebarCustomizingEventArgs argument passed to a Customizing event handler provides a reference to the band being customized and a ShowDialog method you can use to show a customize dialog that contains a localized version of RebarBandCustomizer.

Requirements

Namespace: Skybound.Rebar

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

See Also

RebarCustomizingEventArgs Members | Skybound.Rebar Namespace