Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6032665
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:22:03+00:00 2026-05-23T05:22:03+00:00

i saw that delegate is used for custom events. as far example delegate string

  • 0

i saw that delegate is used for custom events. as far example

delegate string FuncRef(string Val);

FuncRef fValue = GetFieldName;

fValue("hello");

what i do here just declare delegate and assign a function name to delegate and call like fValue("hello"); whenever it is required.

instead of calling the GetFieldName() through delegate i can call it directly. so i just want to know why should i use delegate to call function where as we can call function directly….what is the advantage of calling any function through delegate.

so please tell me in what kind of scenario delegate usage is required except event handling. please guide me with sample code and simulate a situation where i need to call function through delegate except event handling. please show me some real life scenario where we have to call function through delegate.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T05:22:04+00:00Added an answer on May 23, 2026 at 5:22 am
    delegate string FuncRef(string Val);
    
    FuncRef fValue;   // class member
    
    if (condition1)
        fValue = GetFieldName1;
    else if (condition2)
        fValue = GetFieldName2;
    else
        fValue = GetFieldName3;
    
    // Another function
    fValue("hello");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I saw here that Func<(Of <(T1, T2, T3, T4, TResult>)>) Delegate was the last
Saw that in some example codes, but ive never used it, unless im dynamically
In an application, i saw that they used to display pictures of vehicles. But
I saw that this was used in sample code to accept all the warnings
I saw that __VIEWSTATE field gets rendered even though I have set the EnableViewState=false
I saw that to show a JOptionPane message dialog I need the shutdownHooks permition.
I saw that one of our tools uses a ConsoleAppender to System.err next to
I just recently saw that xcopy is deprecated and that Robocopy is recommended. I
I read the part of the docs and saw that the ConfigParser returns a
I was reading the Math.random() javadoc and saw that random is only psuedorandom. Is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.