answersLogoWhite

0

It is when you get the address of a subroutine so that you can use it...like pointers in C. For example:

Private Delegate Sub Test()

Sub bla()

'do nothing

End sub

Private the_delegate As Test = AddressOf bla

'to call the subroutine bla

Sub Load()

the_delegate.Invoke()

End Sub

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What type of delegate contains multiple?

A multicast delegate is a type of delegate that can reference and invoke multiple methods. This allows a single delegate instance to call multiple methods in a single invocation, making it useful for event handling where multiple subscribers need to respond to an event. In .NET, multicast delegates are represented by the Delegate class, which can combine multiple methods into a single delegate instance.


What is difference between Delegate and Event in Net?

In .NET, a delegate is a type that represents references to methods with a specific signature, allowing methods to be passed as parameters or assigned to variables. An event, on the other hand, is a specialized delegate that is used to provide notifications to clients when something happens, encapsulating the delegate and allowing for a publisher-subscriber model. While delegates can be invoked directly, events provide a layer of abstraction and encapsulation, ensuring that subscribers can only register or unregister their interest without invoking the event directly. This enhances encapsulation and helps prevent unintended method calls.


What are the importance of delegate?

what are importanne of delegate in management what are importanne of delegate in management what are importanne of delegate in management


What is the noun form of delegate?

The personal noun form of delegate is also delegate (a delegate). The noun for the process of delegating, or a group of delegates, is delegation.


Why are alternate delegate needed at conventions?

Because any delegate that does not show up at the convention is removed and their delegate slot is given to an alternate delegate.


What Was Benjamin Franklin delegate to?

he was delegate to what of Pennsylvania


What is wv delegate harry Keith white worth?

As of my last knowledge update in October 2023, specific information about the net worth of West Virginia Delegate Harry Keith White is not publicly available. Net worth can vary significantly based on various factors, including assets, investments, and debts. For the most accurate and up-to-date information, it may be best to consult public financial disclosures or news sources.


Delegate from Rhode Island?

delegate from rhode island


What is delegate in vbnet?

A delegate object encapsulates a reference to a method


Which delegate had his name signed by another delegate?

ben franklin


Is a super delegate's vote worth more than the vote of a regular delegate?

No it is not we all have the same rights even delegate


What is the proper title for a VAstate delegate?

The proper title for a Virginia state delegate is "Delegate" followed by their last name. For example, if the delegate's last name is Smith, they would be referred to as "Delegate Smith." In formal settings, they may also be addressed as "The Honorable" before their name.