CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: g1210776

Search: Search took 0.01 seconds.

  1. Re: silverlight EventHandlerList could not be found

    so that's why I want to know if there is another method to get this to work for Silverlight, since EventHandlerList doesn't work for Silverlight. EventHandlerList is located in this part of the code...
  2. Re: silverlight EventHandlerList could not be found

    namespace WindowsFormsApplication3
    {
    public partial class Form1 : Form
    {
    public Form1()
    {
    InitializeComponent();
    }
    public Delegate[]...
  3. silverlight EventHandlerList could not be found

    I'm aware that to display the Control properties, you just need to use a code like this


    System.Reflection.PropertyInfo[] propertyInfo = button1.GetType().GetProperties();

    for (int i = 0; i <...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured