The events associated with any control or window in WPF are known as Rooted events WPF supports 3 – types of rooted events
Direct Events:- These are coursed directly when user clicks on the particular control
Bubbling Events:- Caving the events in the order of child controls to its parent controls is known as event bubbling EG: Mouse down, Mouse up etc Tunneling Events:- Calling the events in the order of parent control to its child controls is known as tunneling events Eg:- Preview mouse down, Preview mouse up etc Eg with Bubbling Events:- Select the label Go to properties window
Click on events button
Double click on Mouse down events
Write the following code Private void label – Mouse down (object sendes, mouse button event Args) { Message Box.show (‘Label”) } Switch to .xaml file design
Select the window1
Go to properties window
Click on event button
Double click on mouse down event
Write the following code.
{ Message Box show (“window”), } Run the application click on label and check
Steps to add a new window to the application
Go to Solution explores
Select the Solution
click on sight mouse button
Click on add
Click on window
window name
Type
click on add Create a label and write the following code 5 preview mouse down event of label and window private void label_ Preview mouse down (object sender, mouse down event args e) { message box show (“label”) } Private void window2 _ Preview Mouse Down (object send Mouse down event Args e) { Message Box show (“window”); }
Go to solution explores Double click on app. XML (This file is known as startup file in WPF) Change start up rui like.
Run the application & chact
This is known as Event Tunneling and the events our known as Tunneling events. Window Life Time in WPF:- A window lifetime in WPF starts when it is instantiated, after which it is opened, activated can be deactivated and then closed window lifetime will be ended when it is closed nothing but when its object is destroyed.
Eg to open and close a window from other windows:- Create a new WPF application
create two windows with the names window1, window2 Window2 object= new window2(): [Design the window1, create3 buttons and name as btnopen, btnclose btntide, write the following code.] Private void btn open_click(--) { Objt.show(); } Private void btnhide_click() { obj_hide(); } The private void btnclose_click(--) { Obj%close(); } Run the apps and check When user clicks on hide object will not be destroyed and next time user clicks on open window will be displayed without any exception but when user clicks on close object will be destroyed and next time when user clicks on open it raises exception. Properties of window object:-
Back ground
show in task bar.
Border brush
Size To content
Border thickness
Title
Icon
Top Most
IsEnabled
Window startup location
Window state
True: (Default) the icon image of the window will appear within the taskbar False : Icon image will not appear within the taskbar Manual : When set to Manual window will have its own size. According to the contents of the window size will be increased or decreased Height:- The Window will be scaled to content height Width:The window width will be scaled to content width Height & width:- Widow height & width will be scaled to contents height & width
True:- When set to true the window will be within the topmost of all other windows False:- The window will not be the topmost one in all opened windows
Minimized:- Opened in minimized form Maximized:- Window opened in maximized form
You liked the article?
Like: 0
Vote for difficulty
Current difficulty (Avg): Medium
TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.