Skip to main content
All docs
V25.1
  • ASPxClientGanttResourceInsertingEventHandler<Sender> Interface

    A method that handles the ResourceInserting event.

    Declaration

    interface ASPxClientGanttResourceInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttResourceInsertingEventArgs): void; }

    Parameters

    Name Type Description
    source Sender

    The event source.

    e ASPxClientGanttResourceInsertingEventArgs

    The event data.