Click here to Skip to main content
16,017,297 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Dumb Button Question alert! Pin
User 27100913-Mar-08 15:21
User 27100913-Mar-08 15:21 
GeneralRe: Dumb Button Question alert! Pin
Jammer14-Mar-08 0:06
Jammer14-Mar-08 0:06 
GeneralRe: Dumb Button Question alert! Pin
User 27100914-Mar-08 1:42
User 27100914-Mar-08 1:42 
GeneralRe: Dumb Button Question alert! Pin
Jammer14-Mar-08 7:14
Jammer14-Mar-08 7:14 
GeneralRe: Dumb Button Question alert! Pin
User 27100914-Mar-08 7:47
User 27100914-Mar-08 7:47 
GeneralRe: Dumb Button Question alert! Pin
Jammer14-Mar-08 8:01
Jammer14-Mar-08 8:01 
GeneralRe: Dumb Button Question alert! Pin
User 27100914-Mar-08 8:14
User 27100914-Mar-08 8:14 
GeneralRe: Dumb Button Question alert! Pin
Jammer14-Mar-08 8:30
Jammer14-Mar-08 8:30 
I suppose any of those things are doable. I'm just swapping layers (or rather trying to swap layer visibility) I just wanted to put them in a user control in order to keep things tidy and it should be simple.

There is something i'm just totally missing in the code I posted. I like buttons more than menus too Smile | :)

Do you know why this isn't working?

public sealed class ApplicationViewEventArgs : EventArgs
{
    private Enums.ApplicationView _applicationView;

    public Enums.ApplicationView ApplicationViewStatus
    {
        get
        {
            return _applicationView;
        }
    }

    public ApplicationViewEventArgs(Enums.ApplicationView ApplicationViewStatus) : base()
    {
        _applicationView = ApplicationViewStatus;
    }
}


this is obviously the whole deal but its always returning null ... is there a "using System.blah" for events that I should be using?

Jammer

Going where everyone here has gone before! Smile | :)
My Blog

GeneralRe: Dumb Button Question alert! Pete Can you look at this for him? Pin
User 27100914-Mar-08 8:42
User 27100914-Mar-08 8:42 
GeneralRe: Dumb Button Question alert! Pete Can you look at this for him? Pin
Jammer14-Mar-08 9:28
Jammer14-Mar-08 9:28 
GeneralRe: Dumb Button Question alert! Pete Can you look at this for him? Pin
Pete O'Hanlon16-Mar-08 9:57
mvePete O'Hanlon16-Mar-08 9:57 
GeneralRe: Dumb Button Question alert! Pete Can you look at this for him? Pin
Jammer16-Mar-08 10:03
Jammer16-Mar-08 10:03 
GeneralRe: Dumb Button Question alert! Pete Can you look at this for him? Pin
Pete O'Hanlon16-Mar-08 10:05
mvePete O'Hanlon16-Mar-08 10:05 
GeneralRe: Dumb Button Question alert! Pete Can you look at this for him? Pin
Jammer16-Mar-08 10:08
Jammer16-Mar-08 10:08 
GeneralThe killer question Pin
Ed.Poore13-Mar-08 9:52
Ed.Poore13-Mar-08 9:52 
GeneralRe: The killer question Pin
User 27100913-Mar-08 11:35
User 27100913-Mar-08 11:35 
GeneralRe: The killer question Pin
Ed.Poore13-Mar-08 11:40
Ed.Poore13-Mar-08 11:40 
GeneralRe: The killer question Pin
User 27100913-Mar-08 15:24
User 27100913-Mar-08 15:24 
GeneralRe: The killer question Pin
Ed.Poore13-Mar-08 15:49
Ed.Poore13-Mar-08 15:49 
GeneralRe: The killer question Pin
Pete O'Hanlon14-Mar-08 2:21
mvePete O'Hanlon14-Mar-08 2:21 
GeneralRe: The killer question Pin
Ed.Poore14-Mar-08 3:28
Ed.Poore14-Mar-08 3:28 
GeneralError Help Pin
Jammer13-Mar-08 2:37
Jammer13-Mar-08 2:37 
GeneralRe: Error Help Pin
User 27100913-Mar-08 3:36
User 27100913-Mar-08 3:36 
GeneralRe: Error Help Pin
Jammer13-Mar-08 3:47
Jammer13-Mar-08 3:47 
GeneralRe: Error Help Pin
User 27100913-Mar-08 5:33
User 27100913-Mar-08 5:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.