User Profile

Collapse

Profile Sidebar

Collapse
a82720
a82720
Last Activity: Oct 25 '13, 09:25 AM
Joined: Sep 3 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I also tried this

    Code:
    namespace SilverlightApp1
    {
        public partial class MainPage : UserControl
        {
            public MainPage()
            {
                InitializeComponent();
            }
    
            private void button1_Click(object sender, RoutedEventArgs e)
            {
                Type t = sender.GetType();
                FieldInfo[] fia = t.GetFields(BindingFlags.Static | BindingFlags.Instance
    ...
    See more | Go to post

    Leave a comment:


  • a82720
    started a topic silverlight EventHandlerList could not be found
    in XAML

    silverlight EventHandlerList could not be found

    It's easy to obtain the values for the properties and fields or invoke methods but it has been difficult for me to get the delegate from an EventInfo.

    I have tried following the instructions from this website:

    http://bobpowell.net/eventsubscriber s.aspx
    This works to display the events in WINDOWS FORMS

    Code:
    namespace WindowsFormsApplication3
        {
            public partial class Form1 :
    ...
    See more | Go to post

  • a82720
    started a topic silverlight EventHandlerList could not be found

    silverlight EventHandlerList could not be found

    It's easy to obtain the values for the properties and fields or invoke methods but it has been difficult for me to get the delegate from an EventInfo.

    I have tried following the instructions from this website:

    http://bobpowell.net/eventsubscribers.aspx
    This works to display the events in WINDOWS FORMS

    Code:
    namespace WindowsFormsApplication3
    {
        public partial class Form1 : Form
        {
    ...
    See more | Go to post
No activity results to display
Show More
Working...