• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Contributor
    Posts: 44
    Registered: ‎04-12-2005

    Event Handlers

    100 Views, 2 Replies
    06-08-2005 01:27 PM
    I am writing an application that will capture an event (Begin.Save) and perform some operations.

    For the user to execute this, he/she is forced to type (at the command line)

    Netload myproject ' This loads the .Net application

    LoadEventHandler 'This is a routine that adds the event handler

    I have tried to add a "new" method to my class but that does not work.

    Is there a way to add the event handlers when the .dll is loaded (using netload)?
    Please use plain text.
    Distinguished Contributor
    Posts: 313
    Registered: ‎12-06-2004

    Re: Event Handlers

    06-08-2005 01:48 PM in reply to: Chris Ludtke
    Look at the Initialize method of IExtensionApplication.
    Please use plain text.
    Active Contributor
    Posts: 44
    Registered: ‎04-12-2005

    Re: Event Handlers

    06-08-2005 02:49 PM in reply to: Chris Ludtke
    Thanks for your help, got it working
    Please use plain text.